"DESCRIPTION 1"="To see these values, select "Start" | "Settings" | "Control Panel", "System" and click the "Support Information" button."
"AUTHOR"="Xteq Systems"
"CONTACTURL"="http://www.xteq.com"
"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"=" "
"COMMENT 2"=" "
"COMMENT 3"="Thanks to CptSiskoX [CptSiskoX@FlashMail.Com] for the Windows 9x part!"
"COMMENT 4"="Thanks to Eniac [star867@earthlink.net] for the "no <Model> text set" bug notice."
sI="OEMINFO.INI"
sI=GetWinSysDir & sI
sT="GENERAL"
sT2="Support Information"
Sub Plugin_Initialize
for i=1 to 5
s=IniReadValue(si,st2,"Line"& i)
SetUIElement i,s
next
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
for i=1 to 5
s=GetUIElement(i)
Call IniWriteValue(si,st2,"Line" & i,s)
next
Call CheckFile
End Sub
Sub Plugin_Terminate
End Sub
Sub CheckFile
bDispWarning1=false
s=IniReadValue(si,st,"Manufacturer")
If len(s)=0 then bDispWarning1=true
If bDispWarning1=true then
Call MsgWarning("No <OEM Name> text set, this value is required to have any OEM items displayed. Please set it through the 'General Information' plug-in or your changes will not be visible.")